#
# Oliver Soop oliversoop@gmail.com
# 7. November  2013
#
This script will check URLs if they are valid and active, in case of tiny 
URLs it will expand to the correct URL

In this script there are following Python scripts files:
	configuration.py - Here the file to process can be set and also number of threads. As well the connection timeout.
	URLChecker.py - This script coordinates the whole process, divides the input file content between different threads etc.

Necessary libraries:
	Python v2.7

To run the script, set the files etc. in configuration.py and run URLChecker.py.